home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / T / Terminal 2.1 Source Code.cpt / Terminal 2.01 Source / Terminal ƒ / Sources / File.h < prev    next >
Encoding:
Text File  |  1990-12-31  |  461 b   |  21 lines  |  [TEXT/KAHL]

  1. /*
  2.     Terminal 2.0
  3.     "File.h"
  4. */
  5.  
  6. void ByteCapture (Byte);
  7. short Convert(short, long, Byte *, short, long, Byte *);
  8. short CopyFile(short);
  9. Boolean DoMenuScript (short);
  10. void Extract (void);
  11. void FileReceive (void);
  12. void FileTransmit (void);
  13. void Kiss (short);
  14. void Make (void);
  15. void SaveBuffer (short);
  16. void SendScrap (void);
  17. void SendText (void);
  18. Boolean RunScript(short, long, Byte *, short);
  19. short pascal SendTextFile (short, Byte *);
  20. void TextCapture (short);
  21.